import Link from "next/link"; import { Layout, LayoutContent, LayoutDescription, LayoutHeader, LayoutTitle } from "@/features/page/layout"; import { buttonVariants } from "@/components/ui/button"; export default function SuccessPaymentPage() { return ( <> Thank You for Your Purchase! Your payment was successful! You now have full access to all our premium resources. If you have any questions, we're here to help. Get Started ); }